projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e429bd
)
arm: rmobile: alt: Add support USB and USB commands
author
Nobuhiro Iwamatsu
<
[email protected]
>
Fri, 31 Oct 2014 07:30:26 +0000
(16:30 +0900)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Tue, 4 Nov 2014 00:01:31 +0000
(09:01 +0900)
This adds support for USB commands and USB storage device.
Signed-off-by: Yoshiyuki Ito <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
include/configs/alt.h
patch
|
blob
|
history
diff --git
a/include/configs/alt.h
b/include/configs/alt.h
index 5a19096629ac78579be0f60069e9472eac42118d..502b72792791ad817f1020d3c934db6033b1ca52 100644
(file)
--- a/
include/configs/alt.h
+++ b/
include/configs/alt.h
@@
-31,6
+31,7
@@
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_NFS
#define CONFIG_CMD_BOOTZ
+#define CONFIG_CMD_USB
#define CONFIG_CMD_SF
#define CONFIG_CMD_SPI
@@
-170,4
+171,10
@@
#define CONFIG_SYS_I2C_POWERIC_ADDR 0x58 /* da9063 */
+/* USB */
+#define CONFIG_USB_STORAGE
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_RMOBILE
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+
#endif /* __ALT_H */